home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / abert.dxr / 00022_sai.ls < prev    next >
Encoding:
Text File  |  1998-06-20  |  98 b   |  12 lines

  1. on mouseUp me
  2.   quit()
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave me
  10.   cursor(-1)
  11. end
  12.